This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
~Vijay Asaponeterjip 26.Jan.04 08:07 AM a Web browser Applications DevelopmentAll ReleasesAll Platforms
Hi!
I am trying to get <form name="testForm" method="GET" action="testForm?OpenForm" onSubmit="return checkValidation();"> to work in a webapp. Until now, I have remade every "GET" to a POST (and have the action pointing to an agent to get the request_content before sending the content as a querystring to the approp. page).
Is there any way to not have Domino replace the normal syntax "?OpenForm" to the get-param?
I know there is a server-setting to have Domino accept "!OpenForm" as the normal "?open..", but for a number of reason we can not make that change. Is there any other way of solving the get-param?